From: Paul Donald Date: Mon, 13 Oct 2025 18:28:06 +0000 (+0200) Subject: luci-mod-status: routes; refactor and add routesj page for ip -j output X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=40232e89ff4121bdfff71d97866a8f6563274cf0;p=project%2Fluci.git luci-mod-status: routes; refactor and add routesj page for ip -j output follow-up fix to 89ae891462ea9928fc2b01e25c1611b1b71352d5 fs depends here should be OR, not AND :) Signed-off-by: Paul Donald --- diff --git a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json index 0d2352c95c..23e8bdb61d 100644 --- a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json +++ b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json @@ -21,8 +21,7 @@ "depends": { "acl": [ "luci-mod-status-routes" ], "fs": [ - { "/usr/libexec/ip-tiny": "absent" }, - { "/usr/libexec/ip-full": "absent" } + { "/usr/libexec/ip-tiny": "absent", "/usr/libexec/ip-full": "absent" } ] }